Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Web.Services Namespace > ServiceStreamer<TStreamedData,TServiceState> Class : OnCallService Method |
protected abstract TStreamedData OnCallService( int currentStreamNumber, TServiceState state )
'Declaration Protected MustOverride Function OnCallService( _ ByVal currentStreamNumber As Integer, _ ByVal state As TServiceState _ ) As TStreamedData
'Usage Dim instance As ServiceStreamer(Of TStreamedData,TServiceState) Dim currentStreamNumber As Integer Dim state As TServiceState Dim value As TStreamedData value = instance.OnCallService(currentStreamNumber, state)
protected: abstract TStreamedData^ OnCallService( int currentStreamNumber, TServiceState^ state )
You should call the web service on this method.
Use the currentStreamNumber to identify the number of calls performed.